home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TSPLASHBOX / TSPLASHBOX.txt < prev   
Text File  |  1996-04-01  |  2KB  |  78 lines

  1. object SplashBox: TSplashBox
  2.   Left = 197
  3.   Top = 191
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'HTMLed Pro'
  9.   ClientHeight = 136
  10.   ClientWidth = 349
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 331
  23.     Height = 115
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 20
  29.       Top = 18
  30.       Width = 37
  31.       Height = 37
  32.       Picture.Data = {<image000.ico>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 122
  38.       Top = 16
  39.       Width = 72
  40.       Height = 13
  41.       Caption = 'HTMLed Pro'
  42.       Font.Color = clBlack
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       IsControl = True
  48.     end
  49.     object Version: TLabel
  50.       Left = 126
  51.       Top = 40
  52.       Width = 65
  53.       Height = 13
  54.       Caption = 'Version 1.0'
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.       IsControl = True
  61.     end
  62.     object Label1: TLabel
  63.       Left = 7
  64.       Top = 76
  65.       Width = 314
  66.       Height = 13
  67.       Alignment = taCenter
  68.       Caption = 'Copyright ∩┐╜ 1994-1996 Internet Software Technologies'
  69.       Font.Color = clBlack
  70.       Font.Height = -12
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       IsControl = True
  75.     end
  76.   end
  77. end
  78.